home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TPREVIEWFORM / TPREVIEWFORM.txt
Text File  |  2003-03-07  |  5KB  |  233 lines

  1. object PreviewForm: TPreviewForm
  2.   Left = 415
  3.   Top = 259
  4.   Width = 532
  5.   Height = 480
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu, biMaximize]
  9.   Caption = '<email subject>'
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyDown = FormKeyDown
  23.   OnPaint = FormPaint
  24.   OnResize = FormResize
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Label1: TLabel
  29.     Left = 8
  30.     Top = 5
  31.     Width = 32
  32.     Height = 13
  33.     Caption = 'From:'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -12
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 8
  43.     Top = 21
  44.     Width = 32
  45.     Height = 13
  46.     Caption = 'Date:'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -12
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object Label3: TLabel
  55.     Left = 8
  56.     Top = 37
  57.     Width = 20
  58.     Height = 13
  59.     Caption = 'To:'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -12
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object Label4: TLabel
  68.     Left = 8
  69.     Top = 53
  70.     Width = 48
  71.     Height = 13
  72.     Caption = 'Subject:'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -12
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.   end
  80.   object SubjectEdit: TEdit
  81.     Left = 64
  82.     Top = 53
  83.     Width = 497
  84.     Height = 17
  85.     TabStop = False
  86.     BorderStyle = bsNone
  87.     Color = clBtnFace
  88.     ReadOnly = True
  89.     TabOrder = 0
  90.     Text = 'SubjectEdit'
  91.     OnKeyDown = FormKeyDown
  92.   end
  93.   object ToEdit: TEdit
  94.     Left = 64
  95.     Top = 37
  96.     Width = 497
  97.     Height = 17
  98.     TabStop = False
  99.     BorderStyle = bsNone
  100.     Color = clBtnFace
  101.     ReadOnly = True
  102.     TabOrder = 1
  103.     Text = 'ToEdit'
  104.     OnClick = EmailEditClick
  105.     OnKeyDown = FormKeyDown
  106.   end
  107.   object DateEdit: TEdit
  108.     Left = 64
  109.     Top = 21
  110.     Width = 385
  111.     Height = 17
  112.     TabStop = False
  113.     BorderStyle = bsNone
  114.     Color = clBtnFace
  115.     ReadOnly = True
  116.     TabOrder = 2
  117.     Text = 'DateEdit'
  118.     OnKeyDown = FormKeyDown
  119.   end
  120.   object FromEdit: TEdit
  121.     Left = 64
  122.     Top = 5
  123.     Width = 497
  124.     Height = 17
  125.     TabStop = False
  126.     BorderStyle = bsNone
  127.     Color = clBtnFace
  128.     ReadOnly = True
  129.     TabOrder = 3
  130.     Text = 'FromEdit'
  131.     OnClick = EmailEditClick
  132.     OnKeyDown = FormKeyDown
  133.   end
  134.   object StatusBar: TLMDStatusBar
  135.     Left = 0
  136.     Top = 432
  137.     Width = 561
  138.     Height = 21
  139.     OldStyle = False
  140.     ControlGap = 3
  141.     Panels = <
  142.       item
  143.         Bevel.Mode = bmStandard
  144.         Bevel.StandardStyle = lsSingleLowered
  145.         Style = spPanel
  146.         Size = 80
  147.         Font.Charset = DEFAULT_CHARSET
  148.         Font.Color = clWindowText
  149.         Font.Height = -11
  150.         Font.Name = 'MS Sans Serif'
  151.         Font.Style = []
  152.         Index = 0
  153.         DisplayName = 'TLMDStatusPanel'
  154.         BarPanelId = 2
  155.       end
  156.       item
  157.         Alignment = agCenterLeft
  158.         Bevel.BorderInnerWidth = 3
  159.         Bevel.Mode = bmStandard
  160.         Bevel.StandardStyle = lsSingleLowered
  161.         Style = spText
  162.         Font.Charset = DEFAULT_CHARSET
  163.         Font.Color = clWindowText
  164.         Font.Height = -11
  165.         Font.Name = 'MS Sans Serif'
  166.         Font.Style = []
  167.         Index = 1
  168.         DisplayName = 'TLMDStatusPanel'
  169.         BarPanelId = 0
  170.       end>
  171.     Bevel.Mode = bmCustom
  172.     Bevel.StandardStyle = lsSingleLowered
  173.     Align = alBottom
  174.     object TLMDStatusCustomPanel
  175.       Left = 4
  176.       Top = 1
  177.       Width = 78
  178.       Height = 19
  179.       BarPanelId = 2
  180.       object ProgressBar: TLMDProgressFill
  181.         Left = 0
  182.         Top = 0
  183.         Width = 78
  184.         Height = 19
  185.         Align = alClient
  186.         Bevel.StyleOuter = bvLowered
  187.         Bevel.WidthInner = 0
  188.         Bevel.WidthOuter = 0
  189.         Bevel.Mode = bmCustom
  190.         Bevel.StandardStyle = lsSingleLowered
  191.         FillObject.Style = sfBrush
  192.         FillObject.Brush.Color = clHighlight
  193.       end
  194.     end
  195.   end
  196.   object DisplayRawCheckBox: TCheckBox
  197.     Left = 312
  198.     Top = 64
  199.     Width = 211
  200.     Height = 17
  201.     Anchors = [akTop, akRight]
  202.     Caption = 'Display full header and message source'
  203.     TabOrder = 5
  204.     OnClick = DisplayRawCheckBoxClick
  205.   end
  206.   object BodyMemo: THighlightedMemo
  207.     Left = 0
  208.     Top = 88
  209.     Width = 185
  210.     Height = 89
  211.     Font.Charset = DEFAULT_CHARSET
  212.     Font.Color = clWindowText
  213.     Font.Height = -13
  214.     Font.Name = 'MS Sans Serif'
  215.     Font.Style = []
  216.     Lines.Strings = (
  217.       'BodyMemo')
  218.     ParentFont = False
  219.     ReadOnly = True
  220.     ScrollBars = ssVertical
  221.     TabOrder = 6
  222.     OnKeyDown = BodyMemoKeyDown
  223.     CaretVisible = False
  224.     TabAmount = 0
  225.   end
  226.   object DoingSomethingTimer: TTimer
  227.     Interval = 40
  228.     OnTimer = DoingSomethingTimerTimer
  229.     Left = 528
  230.     Top = 8
  231.   end
  232. end
  233.